@media screen and (max-width: 980px) {  
body {
    width: 1200px;
} 
}
/*单页头部开始*/
.bodyCon08{
	background-color:#fff;

}
.bodyCon08 >p >img {
    height: 80px;

    margin-bottom: 20px;
}
.bodyCon08 .students{
    margin: 0 auto;
 width:1200px;
    height: 460px;
    position: relative;
    
}
.bodyCon08 .students p.PP{width:510px;height:50px;font-size:16px;color:#333;text-align:center;position:absolute;top:60px; left:300px;}
#four_flash{position:relative;width:1200px;height:400px; margin:0 auto;position:absolute;}
#four_flash .flashBg{width:1000px;height:450px; margin:0 auto;position:relative;overflow:hidden;}
#four_flash .flashBg ul.mobile{width:2000%;height:400px; position:absolute;top:0; left:0;}

#four_flash .flashBg ul.mobile li{border:0px solid #2E324B;float:left;width:250px;margin-left:0px;transition:all 0.5s ease 0s;}



#four_flash .flashBg ul.mobile li:hover{
    border: 1px solid rgba(0,200,217,0.80);
}
#four_flash .flashBg ul.mobile li img{width:230px;height:280px;display:block; margin:0 auto;border:0px solid #343851; border-radius:0px;}
#four_flash .flashBg ul.mobile li dd{ 
   line-height: 50px;
    color: #c69055;
    font-size: 25px;
	text-align:center;
	font-weight:800;
	border-bottom: 1px solid #6C6E85;}


	
#four_flash .flashBg ul.mobile li p{
line-height: 30px;
font-size: 20px;
margin-top: 20px;
color: #1e1e20;
text-align:center;}



#four_flash .but_left{position:absolute; top:136px; left:0px;}
#four_flash .but_right{ position:absolute; top:136px; right:0px;}
#four_flash .but_left:hover{background:#5c4746 no-repeat;}
#four_flash .but_right:hover{background:#5c4746 no-repeat;}



* {
    margin: 0 auto;
    padding: 0;
    font-family: "microsoft yahei";
    list-style: none;
}
body {  margin: 0 auto; }
.top {
  
    height: 140px;
    background: #a97756;
    margin: 0 auto;
}

.top a {
    display: block;
    width: 140px;
    margin: 0 auto;
    position: relative;
    height: 140px;
    overflow: hidden;

}

.top a:after {
    content: '';
    display: block;
    width: 80px;
    height: 500px;
    top: 5%;
    left: -10%;
    position: absolute;
    background: #fff;
    transform: skewX(30deg);
    animation: animate 1.8s infinite both;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

#html5zoo-1 {
    width: 100% !important;
    position: relative;

    height: auto!important;
}


@keyframes animate {
    from {
        left: -200%;
        opacity: 0.2;
    }
    to {
        left: 200%;
        opacity: 0;
    }
}

.menu,
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
	font-size: 25px;
}

.menu {
    
	height: 80px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.menu li {
    width: 150px;
    list-style: none;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    padding-top: 15px; 
    transition: all 0.3s;
}

.menu li:hover { background: #fcfbfa;}

.menu > li {
	display: inline-block;
    position: relative;
}

.menu > li > a > i {
    font-style: normal;
    font-weight: lighter;
    font-size: 16px;
    color: #989898;
    opacity: .8;
	text-align: center;
}
.bigs_zj {
	width: 200px;
	height: 405px;
	overflow: hidden;
	position: relative;
	margin-top: 10%;
	margin-bottom: 8%
}

.flash_zj {
	width: 200px;
	height: 800px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	position: absolute;
}

.flash_zj>li {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #c7916e;
	overflow: hidden;
	cursor:pointer;
}

.flash_zj>li:hover {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.next {
	opacity: 0.5;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.next:hover {
	opacity: 1;
}

.pre {
	opacity: 0.8;
	width: 50px;
	height: 50px;
	margin: 0 auto;

	margin-top: 10%;
}
.pre a img{
	transform: rotate(0deg);
}
.pre:hover {
	opacity: 1;
}


.submenu > li > a > i {
    font-style: normal;
    font-weight: lighter;
    font-size: 16px;
    color: #989898;
    opacity: .8;
}

.menu > li > a {
    display: block;
    width: 100%;
    text-decoration: none;
    height: 100%;
    color: #6b6766;
}

.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 99999999999999999;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

.submenu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    background: rgba(169, 119, 86, 0.8);
    width: 171px;
    height: 65px;
    box-sizing: border-box;
    border-bottom: 1px solid #be9971;
	transition:all 0.3s;

}

.submenu li > a {
    text-decoration: none;
    color: #ffffff;
}

.menu .submenu li:hover a {

    border-radius: 0;
    color: #ffffff;
}

.menu > li:hover .submenu,
.menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 99999999999999999;
}

.menu > li:hover .submenu li,
.menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.menu > li:hover .submenu li:hover{ background: #5c4746;}

.menu > li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.menu > li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.menu > li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.menu > li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.menu > li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.menu > li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.menu > li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.menu > li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu > li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu > li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.submenu > li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.submenu > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.submenu > li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.submenu > li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.submenu > li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.submenu > li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.banner {
    width: 1200px;
	height:400px;
    overflow: hidden;
    position: relative;
}

.navd {
    width: 200px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 5%;
    display: flex;
     z-index:100000001;
    align-items: center;
    justify-content: space-around;
}

.navd > li {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .2);
    list-style: none;
    border-radius: 100%;
}

.navd > li.back {
    background: #e5bf95;
}

.banner > li {
    width: 100%;
    display: block;

    list-style: none;
}

.banner > li > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.i {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    top: 0px;
    left: 0px;

}


.banner > li > img {
    width: 100%;
}

.imgnav {
    width: 1200px;
    height: 240px;
	margin-top: 40px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.02);
    

}

.navimg {
    
    height: 240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.navimg li {
    width: 160px;
    list-style: none;
    height: 160px;

}

.news {
   width:1200px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
	justify-content: space-around;
    /*margin-top: 50px;*/
}

.news > p >img {
    height: 80px;

	
}

.news > div {
    
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_flash {
    width: 600px;
    height: 400px;
    overflow: hidden;
    position: relative;
	border-radius: 20px;

}

.news_flash > ul {
    position: absolute;
    height: 400px;
    left: 0;
    top: 0;
}

.news_flash > ul > li {
    width: 600px;
    height: 400px;
    float: left;
    position: relative;
    list-style: none;

}

.news_flash > ul > li > p {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background: #5c4644;

}

.news_flash > ul > li > p > a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    height: 100%;
}

.news_flash li > a > img {
    width: 100%;
}

.news_new {
margin-left:10px;
height: 400px;
width: 600px;
}

.news_new > ul {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 50px;
    list-style: none;
}
.news_new li{
	font-size:22px; 

}

.news_new > ul:nth-of-type(1) {

    border-bottom: 2.5px dashed #e8d5c0;
}

.news_new > ul > li > a {
    color: #745d52;
    text-decoration: none;
	overflow: hidden;
	
}

.news_new > ul > li > a > span {
    float: right;

}

.news_new > p {
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #d7ad7f;
    border-radius: 20px;
    margin: 0 auto;
    border: 1px solid #d7ad7f;
}

.news_new > p > a {
    color: #d7ad7f;
    text-decoration: none;
}

.bgother {
    width: 100%;
    height: 868px;
    background: url(../images/bj1.png) no-repeat center top;
    margin-top: 80px;
}

.other {
 width:1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.other > li {
    width: 400px;
    height: 375px;
    cursor: hand;
border-radius: 20px;
}

.other > li:nth-of-type(2) {
    background: #fcffff;
	
  
}

.other > li:nth-of-type(4) {
 background: #fcffff;
}

.other > li:nth-of-type(6) {
 background: #fcffff;
}

.other > li:nth-of-type(odd) {
    background: #e5bf95;
}



.other > li > p {
    text-align: center;
    font-size: 30px;

}

.other > li > p:nth-of-type(1) {
    margin-top: 90px;
    

}

.other > li > p:nth-of-type(1) > i {
    font-style: normal;
    font-size: 15px;
}

.other > li > p:nth-of-type(2) {
    font-size: 20px;
    box-sizing: border-box;
    padding: 30px;
   
}

.other > li:nth-of-type(even) > p {
    color: #a97756;
}

.zj {
    width: 1200px;
    height: 570px;
    margin: 0 auto;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
.zj>p>img{
margin-bottom:20px;
}


.zj_right {
    width: 200px;
    height: 570px;
    float: left;
	
    background: #a97756;
}

.zj_right > ul > li.active {
    box-sizing: border-box;
    border: 2px solid #d7ad7f;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.zj_right > ul > li {
    width: 120px;
    height: 120px;
    background: #ccc;
    margin-left: 40px;
    margin-top: 16px;
    border-radius: 50%;
    cursor: hand;
	box-sizing: border-box;
    border: 2px solid #c7916e;
}


.zj_left > aside {
    float: left;
    box-sizing: border-box;
    padding-left: 80px;
	text-align:center
	
}
.zj_left img{
	width: 150px;
    height: 200px;
}


.zj_left > aside > p:nth-of-type(1) {

    box-sizing: border-box;
    padding-top: 35px;
    font-size: 40px;
}

.zj_left > aside > p:nth-of-type(2) {
    line-height: 50px;
    color: #c69055;
    font-size: 20px;
	
}

.zj_left > aside > p:nth-of-type(3) {
    line-height: 30px;
    font-size: 18px;
	margin-top: 20px;
}
.zj_left > aside > p:nth-of-type(3) a{ color: #ff0f0f;}

.bg_zjs {
width: 95%;
background: #f9f9f9;

}
    

.bg_zjs li{

}


.yuyue {
    height: 40px;
    margin-top: 10px;
	padding-left: 20px;
	
	
}

.yuyue > a {
    width: 100px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #5c4645;
    float: left;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #5c4645;
	background: #fff;
	font-size: 20px;
}
.expert-content{
	    width: 100%;
    position: relative;
}


.prev-btn{
	padding-bottom:350px;
	position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #f3f0ed url(../images/left2-b.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: 10px;
    left: 0;
}
.prev-btn span {
    display: block;
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: width 0.3s 0s ease;
    -o-transition: width 0.3s 0s ease;
    -ms-transition: width 0.3s 0s ease;
    -moz-transition: width 0.3s 0s ease;
    -webkit-transition: width 0.3s 0s ease;
}
.prev-btn span i {
    display: block;
    width: 50px;
    height: 50px;
    background: #9b7156 url(../images/left2-w.png) no-repeat center center;
}


.next-btn{
	padding-bottom:350px;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #f3f0ed url(../images/right2-b.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
   margin-right: 10px;
    right: 0;
}




.sc {
    width: 460px;
    height: 80px;
    margin-top: 40px;


}

.sc > p:nth-of-type(1) {
    width: 80px;
    height: 80px;
    font-weight: bold;
    font-size: 20px;
    color: aliceblue;
    border-radius: 10%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2.5%;
    padding-top: 2.5%;
    background: #5c4645;
    float: left;
}

.sc > ul > li:hover {
    background: #5c4645;
    color: aliceblue;
}

.sc > ul > li {
    padding-left: 3%;
    padding-right: 3%;
    float: left;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    background: #d4d4d4;
    margin-left: 2%;
    margin-bottom: 2%;
    border-radius: 20px;
	transition:all 0.3s;
	font-size: 16px;
}
.sc > ul > li a{ color: #282828;text-decoration:none;outline:none;transition:all 0.3s;}
.sc > ul > li:hover a{ color: #f9f9f9;}

.js {
    width: 100%;
    height: 700px;
    background: url(../images/hj.png) 50% no-repeat;
    background-attachment: fixed;
    box-sizing: border-box;
    padding-top: 30px;
    margin-top: 100px;

}

.js_con {
    width: 100%;
    margin: 0 auto;
}

.js_c {
    width: 100%;
    height: 440px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.js_c > a:nth-of-type(odd) {
    width: 340px;
    height: 440px;
}

.js_c > a:nth-of-type(even) {
    width: 500px;
    height: 440px;
}

.case {
    width: 1200px;
    margin: 0 auto;
}
.case >p >img{
margin: 20px auto;
}

.cases {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.cases > p{
    width: 600px;
    height: 450px;

}


.cases > ul {
    width: 590px;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.gongyi{
margin: 0 auto;
width:1200px;
}
.gy {
    margin-bottom:60px;
	
}
.gy > p >img{
margin: 20px auto;
width:1200px;
}
.gy_list {
   
    height: 220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}

.gy_list li {
    width: 350px;
    height: 250px;
    list-style: none;
    position: relative;
    overflow: hidden;
}

.gy_list > li > p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: red;
    z-index: 999;
    text-align: center;
    line-height: 70px;
    color: aliceblue;
    background: rgba(169, 119, 86, 0.5);
}

.gy_list > li > p > a {
    text-decoration: none;
    color: aliceblue;
    display: block;
    width: 100%;
    height: 100%;
}

.t_imgWarp img{
	width: 100%;
	vertical-align: middle;
	transition: all .5s ease 0s;
}

.t_imgWarp:after{ content:''; display:inline-block; vertical-align:middle; width:0; height:100%; overflow:hidden;}

.t_imgWarp:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
	}
.hj {
	margin-bottom:20px;
    justify-content: space-between;
}
.huanjing{text-align:center;margin: 20px auto;}
.huanjing img{height:80px;padding-top:30px;}
.hj img{
	width:450px;
	margin-left:10px;
    height:300px;
    border-radius: 20px;
}
.copyright{ height:200px; background:#a97756; }
.copy_con{display: flex;margin:0 auto;position:relative }
.copy_left{ width:360px;  float:left; margin-top:50px; margin-left:50px;}
.copy_left img{width:360px;}
.copy_left p{ line-height:30px; font-size:14px; color:#fff; }
.copy_left p a{color:#fff;}
.copy_right{ width:380px; height:170px; float:left; margin-top:30px; margin-left:50px;}
.copy_right p{ font-size:18px; line-height:30px; color:#fff; }
.copy_right p a{ color:#fff;}
.copy_left .bottommune{ padding-left:20px;}
.copy_left .bottomlogo{ margin-top:15px;}
.copy_tel{width:200px;float:left;margin:auto 0px;}
.copy_tel img{margin-left:-40px;}
.copy_wx{width:150px; line-height:30px;display: flex;flex-wrap: wrap;}
.copy_wx p{font-size:18px; text-align:center; color:#fff;}
.copy_wx img{margin-top:40px;width:100px}
.foot {
   
    margin: 0 auto;
    background: #a97756;
    margin-top: 20px;
}
.foot img{
    width:100%;
    height: 200px;
    margin: 0 auto;
}

.f-t {
  
    height: 340px;
    background: #252525;
    box-sizing: border-box;
    padding-top: 60px;
}

.foot > p {
    text-align: center;
    color: aliceblue;
    line-height: 60px;
	
	background: #a97756;
}

.f_con {
    width: 100%;
    height: 222px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.f_c_l {
    width: 490px;
    height: 222px;
    display: flex;
    justify-content: space-between;
}

.f_c_l > p {
    box-sizing: border-box;
    line-height: 30px;
    padding-left: 20px;
    padding-top: 30px;
    color: aliceblue;
}

.f_c_r {
    width: 580px;
    height: 222px;
    display: flex;
    justify-content: space-between;
}

.f_c_r > ul:nth-of-type(1) {
    width: 100px;
    color: aliceblue;
}

.f_c_r > ul:nth-of-type(1) > li {
    line-height: 30px;
    list-style: none;
    width: 100px;
}

.f_c_r > ul:nth-of-type(1) > li:nth-of-type(1) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.f_c_r > ul:nth-of-type(2) {
    width: 100px;
    color: aliceblue;
}

.f_c_r > ul:nth-of-type(2) > li {
    line-height: 30px;
    list-style: none;
    width: 100px;
}

.f_c_r > ul:nth-of-type(2) > li:nth-of-type(1) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.f_c_r > ul:nth-of-type(3) {
    width: 340px;
    color: aliceblue;
}

.f_c_r > ul:nth-of-type(3) > li {
    line-height: 30px;
    list-style: none;
    width: 340px;
}

.f_c_r > ul:nth-of-type(3) > li:nth-of-type(1) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.f_c_r > ul:nth-of-type(3) > li:nth-of-type(1) > span {
    float: right;
}

.f_c_r a {
    text-decoration: none;
    color: aliceblue;
}

.biao img{
    height: 80px;
    width: 1200px;
    margin: 0 auro;
}
.block4{
	width:1200px;
	margin: 0 auto; 
	position: relative;
	padding-bottom:90px;
}
.block4 ul{ 
width:100%;
float:left; 
position:relative;
background:#FFF;
margin:0 auto ;
}

.block4 ul li{
	width:300px;
	 float:left;
	 position:relative;

	}


.t_imgWarp {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.t_imgWarp img{ 
vertical-align:middle;
	 -webkit-transition:all .5s ease 0s;
	 -moz-transition:all .5s ease 0s;
	 transition:all .5s ease 0s;
	}
.link{
	float: left;line-height: 20px;list-style: none;
}
.link a{text-decoration: none;color: #000;}


/**医疗团队**/
.main{width:1200px;height:auto;margin:20px auto;}
.zdzj{overflow:hidden;}
.zdzj p img{height:80px;padding-top:20px;padding-bottom:20px;}
.zdzj .zjcy{overflow:hidden;position: relative; height:397px;}
.zdzj .dq_pl{}
.zdzj .dq_pl i{ background: url(../images/zjjt.png) no-repeat; height:63px; width:63px; display:block; position:absolute; top:165px; z-index:99; cursor:pointer;}

.zdzj .dq_pl .prev{ left:0px; background-position:left top;}
.zdzj .dq_pl .next{ right:0px; background-position:left bottom;}
#demo {overflow:hidden;width: 1210px;}
#indemo {float: left;width: 9999%;}
#demo1 {float: left;}
#demo2 {float: left;}

.zdzj .zjcy .box{overflow:hidden; width:289px; margin-right:15px; background:#DCDCDC; float: left;cursor: pointer;position: relative;border-radius: 20px;}
.zdzj .zjcy .box .zjxx{ width:100%; height:0px;  bottom:0px; left:0px; overflow:hidden;
}
.zdzj .zjcy .box .zjxx .zjnr{ width:100%; height:76px; position:absolute; bottom:0px; left:0px; background:#707070; color:#FFF; padding:20px 0 0 20px;}
.zdzj .zjcy .box .zjxx span{ font-size:20px; padding-left:20px;}
.zdzj .zjcy .box .zjxx .zjnr p{ font-size:20px; padding-top:5px;margin:0px;}
.zdzj .zjcy .box .zjxx .zjbq{ width:88px; height:38px; position:absolute; bottom:92px; right:5px; font-size:16px; color:#FFF; padding:30px 5px; text-align:center;}
.zdzj .zjcy .box .zjxx .zjbq h3{ font-size:24px; background:#553515;border-radius:100%;height:98px;width:98px;line-height:96px;}

@-webkit-keyframes zjxx160 {
   0% { height: 0px;}
   100% { height: 160px;}
}






